fixes on some Buttons to make them use localization (issue #241) - #242
fixes on some Buttons to make them use localization (issue #241)#242ajiteshbankulaa wants to merge 4 commits into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: defaults Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughAdded and updated localization keys; replaced a hard-coded Bose model name with a localized lookup; refactored About links to use explicit localization keys and removed FR-specific accessibility insertion; adjusted Settings storyboard frame heights, metadata, and removed designables entries. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
I think that the French localization shouldn't be added to the English U.S. file. The better way to do it is to get just the English merged, and then you could sign up for Weblate and update the French for both France and Canada. Or if you already know french, please put the French strings into the French localization files. Since I worked on the English and Spanish translation pull request, that may need to be merged before this fix. Probably RD Murray may have a solution. |
|
Hi, |
Summary
Addresses issue #241 by fixing a few labels that weren’t using localization. The About page had English-only button titles, and the Bose headset label in the headphones menu also needed a localization key. I also added a new localization key for the YouTube one since one didn’t exist yet.
Changes
Testing
Switched app language and verified the updated labels pull from localization keys.
Note: YouTube Channel and Bose Frames will still display in English until translations are added for non-English locales (new keys added in this PR).
Summary by CodeRabbit
New Features
Improvements